home *** CD-ROM | disk | FTP | other *** search
- echo off
- c:
- cd\
- echo on
- rem **** LABELS PLUS! Installation On Drive C ****
- rem **** Creating LAB Directory ****
- echo off
- md lab
- echo on
- rem **** LAB Directory Created ****
- echo off
- pause
- cls
- echo on
- rem **** Copying Files To LAB ****
- echo off
- copy a:*.* c:\LAB
- pause
- cls
- echo on
- pause *** INSTALLATION IS COMPLETE ****
- echo off
-
-
-